Welcome![Sign In][Sign Up]
Location:
Search - dao access

Search list

[ADO-ODBCDAO_read_ACCESS

Description: DAO读写ACCESS文件-DAO_read_ACCESS................
Platform: | Size: 121856 | Author: 何健之 | Hits:

[Other Databasesdatabase_Tomcat

Description: using database for web application with JDBC JIND Tomcat.DAO design pattern for encapsulate database access.-using database for web application with JDBC JIND Tomcat.DAO design pattern for encapsulate database access.
Platform: | Size: 78848 | Author: Napster | Hits:

[ADO-ODBCVC

Description: VC++对数据库访问技术,分别介绍ODBC API、MFC 的ODBC 类、DAO、OLE DB 以 及ADO 的客户数据库访问技术和应用开发过程-Vc++ to database access technology
Platform: | Size: 2811904 | Author: 张立 | Hits:

[ADO-ODBCvb3

Description: DAO就是Database Access Object,数据库访问对象的英文缩写。在VB中提供了两种与Jet数据库引擎接口的方法:Data控件和数据访问对象(DAO)。Data控件只给出有限的不需编程而能访问现存数据库的功能,而DAO模型则是全面控制数据库的完整编程接口。-DAO is the Database Access Object, abbreviation of database access objects. Provided in both VB and the Jet database engine interface methods: Data Control and Data Access Objects (DAO). Data are given only limited control without programming and have access to the function of the existing database, and DAO full control of the database model is a complete programming interface.
Platform: | Size: 63488 | Author: 刘晓生 | Hits:

[ADO-ODBCsqlTest100929

Description: 一个在VC6里运用SQL语言,通过DAO方法访问ACCESS文件的vc工程。实现的功能有:创建MDB文件,新建、删除表单,对某表添加、删除、插入、修改记录。-A vc Project by sql language by DAO. It can create mdb file,or create a new tab,delete a tab,also add,delete ,insert collcetion in a certain tab.
Platform: | Size: 3659776 | Author: liyuanzhi | Hits:

[JSP/JavaJ2EEkjyj

Description: 在经典的J2EE四层体系结构的基础上增加数据持久层,提出了基于J2EE五层体系结构的Web开发 框架 分析了基于Struts框架的J2EE架构中实现对象持久性的局限性,从中分离出对象持久层,并将Hibernate 这个面向对象的轻量级对象持久性技术集成到该架构中 应用DAO设计模式在业务逻辑层与持久层之间设计 了多源数据访问组件,抽象和封装了对不同数据源的数据访问操作,实现对不同类型、结构、环境、用法的异构数 据库的统一访问。-In the classical architecture of J2EE on the basis of four increase in data persistence layer, proposed five-story based on J2EE Web development framework architecture of Struts framework based on J2EE architecture to achieve the limitations of object persistence, object isolated from persistence layer, and the object-oriented lightweight Hibernate object persistence technology integration into the architecture application logic layer and the DAO design pattern in the persistence layer design between the multi-source data access components, the abstract and encapsulate different data sources on the data access operations, to achieve different types, structure, environment, usage, uniform access to heterogeneous databases.
Platform: | Size: 417792 | Author: 张瀛丹 | Hits:

[JSP/JavaDaoDemo

Description: DAO (Data Access Objects) 数据访问对象是第一个面向对象的接口,使用dao设计模式可以方便地对数据进行增删改查,该例对于初学者掌握dao设计模式非常有用-DAO (Data Access Objects) data access object is the first object-oriented interface, use the dao design pattern can easily search for data additions and deletions ,the cases of design patterns is very useful for beginners to master useful dao
Platform: | Size: 1024 | Author: 小葱 | Hits:

[VC/MFCDAOforDATA

Description: Microsoft Jet数据库引擎是一种数据管理组件,许多数据库工具都是基于它实现的,例如MFC DAO类、Microsoft Access,Microsoft Visual Basic以及一些Microsoft桌面数据库驱动程序。VC++在他的4.0版本之后增加了对数据库访问对象(DAO)的封装,即MFC的DAO类,使得数据库开发人员可以通过Microsoft Jet数据库引擎访问数据库。 MFC DAO类使用Microsoft Jet数据库引擎操作位于系统数据库和用户数据库中的数据,它与基于ODBC的MFC数据库类截然不同,DAO通过Microsoft Jet访问数据,而MFC的ODBC类通过ODBC和ODBC驱动程序操作数据。一般来说,在访问Microsoft Jet数据库引擎,基于DAO的MFC类比基于ODBC的MFC类处理能力更强大。 -7.1 DAO data access Microsoft Jet database engine is a data management component, and many database tools are based on its implementation, such as MFC DAO classes, Microsoft Access, Microsoft Visual Basic, and some Microsoft Desktop Database Drivers. VC++ 4.0 version after he added to the database access object (DAO) of the package, that is, the DAO MFC classes, making the database developers can access the database, Microsoft Jet database engine. MFC DAO classes use Microsoft Jet database engine operating on the system databases and user data in the database, it is with the MFC ODBC database classes based on different, DAO to access data through the Microsoft Jet, and MFC s ODBC classes through ODBC and ODBC drivers to manipulate the data . In general, access the Microsoft Jet database engine, based on the MFC DAO ODBC-based MFC class analog processing power more powerful.
Platform: | Size: 490496 | Author: snowolf | Hits:

[JSP/Javaonline_ks

Description: 本系统使用自己手写的类似struts1.x的开源框架+Servelt+JSP+JSTL+EL+AJAX 等技术; 运用Dao设计模式,使业务模块屏蔽底层的数据访问的细节,及使业务和具体的 实现无关 运用MVC的架构模式,其中Servlet充当contronller java类充当model,封装业 务逻辑 Jsp充当逻辑视图view 数据访问层运用Hibernate来实现 为了使JSP页面易于维护,引入了JSTL+EL 项目 数据库的设计的重要行-This system is similar to using your own handwriting struts1.x open source framework+ Servelt+ JSP+ JSTL+ EL+ AJAX Techniques Dao use of design patterns, the business module shielding the details of the underlying data access, and the business and specific Achieve independent The use of MVC architecture patterns, including Servlet as contronller java class as model, packaging industry Business logic Jsp as the logical view of view Data access layer using Hibernate to achieve To make easy to maintain JSP pages, the introduction of the JSTL+ EL Project An important line of database design
Platform: | Size: 7888896 | Author: 叶涛 | Hits:

[ADO-ODBCRWAccess

Description: vc++直接使用DAO读写Access数据库,作者是徐景周,采用两种方法:SQL和DAO类函数来混合实现Access文件的操作。 -vc++ read and write Access databases directly using the DAO, the author is Xu Jing Zhou, using two methods: SQL and DAO implementation class function to mix the operation of Access file.
Platform: | Size: 116736 | Author: | Hits:

[ADO-ODBCnbjk6

Description: ADO(ActiveX Data Object)是Microsoft数据库应用程序开发的新接口,是建立在OLE DB之上的高层数据库访问技术,请不必为此担心,即使你对OLE DB,COM不了解也能轻松对付ADO,因为它非常简单易用,甚至比你以往所接触的ODBC API、DAO、RDO都要容易使用,并不失灵活性。本文将详细地介绍在VC下如何使用ADO来进行数据库应用程序开发,并给出示例代码。-ADO (ActiveX Data Object) is a Microsoft database application development the new interface is built on top of the high-level OLE DB database access technology, please do not worry about it, even if you OLE DB, COM do not know can easily deal with ADO, because it is very easy to use, even more than you ever come into contact with ODBC API, DAO, RDO must be easy to use, does not lose flexibility. This article describes in detail how to use ADO in VC for database application development, and gives sample code.
Platform: | Size: 7426048 | Author: 杨菊 | Hits:

[ADO-ODBCvc-134

Description: vc 数据库编程 第1章 数据库原理与访问  第2章 COM与数据库访问  第3章 数据库开发过程  第4章 VC++数据库开发基础  第1章 数据库原理与访问  第2章 COM与数据库访问  第3章 数据库开发过程  第4章 VC++数据库开发基础  第1章 数据库原理与访问  第2章 COM与数据库访问  第3章 数据库开发过程  第4章 VC++数据库开发基础 第5章:ODBC API编程第6章:MFC ODBC编程 第7章:DAO数据库编程第8章:OLE DB客户数据库编程第9章 ADO客户数据库编程第10章 开发ADO数据库组件-vc database programming  Chapter 1 Database and access  Chapter 2 COM and Database Access  Chapter 3, the database development process  Chapter 4, VC++ database development based  Chapter 1 Database and access  Chapter 2 COM and Database Access  Chapter 3, the database development process  Chapter 4, VC++ database development based  Chapter 1 Database and access  Chapter 2 COM and Database Access  Chapter 3, the database development process  Chapter 4, VC++ database development based on Chapter 5: ODBC API programming in Chapter 6: MFC ODBC Programming Chapter 7: DAO Database Programming Chapter 8: OLE DB client ADO database programming Chapter 9 Chapter 10 of the customer database programming development ADO database components
Platform: | Size: 3543040 | Author: tu | Hits:

[OS programExample106

Description: vc用DAO技术获取数据库信息的程序源码,很不错的demo-vc access to the database using DAO technology information source code, very good demo
Platform: | Size: 24576 | Author: 凌海美 | Hits:

[ADO-ODBCExample108

Description: vc 使DAO支持Access 2000数据库的程序源码,很不错的demo-vc Access 2000 database to support the DAO program source code, very good demo
Platform: | Size: 8192 | Author: 郑小军 | Hits:

[ADO-ODBCFIRSTDAO

Description: 利用VC++DAO数据库访问技术,采用分层的方式对ACCESS数据库进行基本的操作。-Using VC++ DAO database access technology, using a layered approach to the basic operation of the ACCESS database.
Platform: | Size: 5827584 | Author: 云飞扬 | Hits:

[Other DatabasesDatabase-operationDAO

Description: 本例子采用dao数据访问方式,采用Access2000作为数据源-This example uses dao data access method, using Access2000 as a data source
Platform: | Size: 4279296 | Author: jiangwen | Hits:

[ERP-EIP-OA-Portalrenshi

Description: 根据现实条件,这次设计我前台使用Microsoft公司的Visual Basic 6.0作开发工具,后台数据库管理利用其自带的数据库引擎DAO对象库方便地对Microsoft Access数据库进行访问。经过一系列分析设计后,我们在Window XP-SP2操作平台上进行该系统开发,并通过不断测试和改进,最终这套系统的各项功能得以实现,达到了预期的毕业设计要求。-According to the actual condition, this time designs our on stage touse Microsoft Corporation Visual Basic 6.0 to make the development kit, Finally this set of systematic each function could realize, has met the anticipated graduation project requirements.
Platform: | Size: 301056 | Author: wjf | Hits:

[ADO-ODBCVCPP6.0CGridCtrl

Description: 微机在商业上的应用主要在数据处理,要求能够快速方便地访问一个大型数据库中的记录, MFC提供了两种独立地面向用户的数据库访问系统,一种是ODBC(Open DataBase Connectivity,开放数据库连接),另一种是DAO(Data Access Objects,数据访问对象)。本章你将学会使用ODBC和DAO连接数据库,并能够简单地操作数据库数据。-In the application of microcomputer business mainly in Data processing, requirements can be quickly and easily Access to a large DataBase of records, MFC offers two independently the customer DataBase Access system, one is ODBC (Open DataBase login Open DataBase connection), and the other is the DAO (Data Access Objects, Data Access object). This chapter you will learn to use ODBC and DAO connect to database, and can simply operating
Platform: | Size: 15360 | Author: 三维人生 | Hits:

[ADO-ODBCUsingDAO

Description: 本程序利用DAO直接对Access数据库文件进行操作。-Using DAO,this program can directly operate the Access database file.
Platform: | Size: 5560320 | Author: 钱文良 | Hits:

[JSP/Javaspring-and-hibernate

Description: 这是本人在采用J2EE架构开发程序时所采用的Spring和Hibernate的混合框架的配置文件,Hibernate 将自身托管给Spring,换取Spring对Hibernate进行全面的支持。Spring为Hibernate注入SessionFactory对象,通过Hibernat来持久化对象,而Hibernate只需要获得SessionFactory的引用,便可以智能的打开Session,并通过Data Access Object(DAO)完成对数据库的CRUD(增、删、改、查)操作,并在持久化访问结束后关闭Session。-I used Spring and Hibernate with J2EE architecture and development process of the mixed framework configuration file, the Hibernate will be hosting their own to the Spring, in exchange for full support of Spring with Hibernate. Spring inject the SessionFactory for Hibernate persistent objects through Hibernat Hibernate only needs access to the SessionFactory reference, can be smart to open the Session, and by the Data Access Object (DAO) to complete the database CRUD (increase, delete, change, check) operation, and close the Session after the end of the visit of the persistence.
Platform: | Size: 5120 | Author: ss | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 »

CodeBus www.codebus.net